Halari – Business And Corporate Multi Purpose Template.

Introduction

  • Item Name : Halari – Business And Corporate Multi Purpose Template
  • Item Version : 1.0
  • Author : Ashish Maraviya
  • Copyright : 2019
  • Created : 30/12/2019

First of all, Thank you so much for purchasing this Halari template and for being my loyal customer. You are awesome! You are entitled to get free lifetime updates to this product + exceptional support from the author directly.

This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this item. You may learn basics here and here.

Getting Started

Requirements

You will need the following sofwares to customize this template.

  1. Code Editing Software (eg: Dreamweaver, Sublime Text or Notepad)
  2. Web Browser for testing (eg: Google Chrome or Mozilla Firefox)
Note : Be careful while editing the item. If not edited properly, the design layout may break completely.

Include Files

  • HTML
  • CSS
  • JS

Pages

  • index.html
  • about.html
  • blog.html
  • contact.html
  • layout_2.html
  • layout_3.html
  • layout_4-us.html
  • portfolio.html
  • pricing.html
  • pricing_2.html
  • pricing_3.html
  • service.html
  • service_2.html
  • team.html

Bootstrap (v4.1.3) Grid System

If you want to use three column.

<div class="container">										
	<div class="row">										
		<div class="col-lg-4  col-md-6">
			YOUR CODES GOES HERE
		</div>
	</div>
</div>

If you want to use four column.

<div class="container-fluid">										
	<div class="row">										
		<div class="col-lg-3  col-md-6  col-12">
			YOUR CODES GOES HERE
		</div>
	</div>
</div>

Local Server Installation

➣ There are the Four things to setup & run the theme.

1. Install & Start Xampp Server Click
2. How to Setup Theme Code Folder Click
3. Database Configuration Click (this theme have not use any database, because it's html template)
4. Run the theme into browser Click

Step-1 : ➣ Install & Start Xampp Server

➣ Download the letest version of Xampp & Install Xampp Server Click

➣ Click on Start button to start Apache & MySql into Xampp Server

➣ Now blow image show the running Xampp Server

Now Xammp Instalation process end up here and move to the next step below..

Step-2 : ➣ How to Setup Theme Code Folder

➣ Open unzip folder Halari – Business And Corporate Multi Purpose Template and copy Halari - HTML folder as show below image

➣ Now open Xampp folder

➣ After that open htdocs folder

➣ Now paste already copied Halari - HTML folder into htdocs

Step-3 : ➣ Database Configuration

This theme have not use any database, because it's html template and not needed any type of database configuration. theme directly run in localhost or server.

Step-4 : ➣ Run the theme into browser

➣ Open Browser and run the Landing page to type located theme path : http://localhost/Halari%20-%20HTML/ as show below image

➣ Open Browser and run the Home page to type located theme path : http://localhost/Halari%20-%20HTML/main/ as show below image

Live Server Installation

➣ There are the Four things to setup & run the theme.

1. Hosting Account Click
2. How to Setup Theme Code Folder Click
3. Database Configuration Click (this theme have not use any database, because it's html template)
4. Run the theme into browser Click
Step-1 : ➣ Hosting Account

➣ You must have Hosting account. And if you don't have please purchase it before move ahed. Click

Note: I am just giving the example of Hosting account you can purchase any of hosting account that support PHP.

➣ Get Login into your hostinger account and open dashboard.

Now Hosting account end up here and move to the next step below..

Step-2 : ➣ How to Setup Theme Code Folder

➣ From Dashboard Click on File Manager as show below image

➣ Now upload Halari - HTML.zip folder into server

➣ After upload unzip this folder as shown below image

Now the Theme Code setup is finished here move to the next step below..

Step-3 : ➣ Database Configuration

This theme have not use any database, because it's html template and not needed any type of database configuration. theme directly run in localhost or server.

Step-4 : ➣ Run the theme into browser

➣ Open Browser and run the "Landing page" to type located theme path : domain.com/Halari - HTML/ as show below image

➣ Open Browser and run the "Home page" to type located theme path : domain.com/Halari - HTML/main/ as show below image

Customization & Source Files

Fonts

If you want to change font-family.

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900);

Menus

If you want to add menu and change menu name.

<nav class="navbar navbar-expand-lg navbar-light">
	<a class="navbar-brand" href="index.html"><span class="blue">H</span>alari<span class="green">.</span></a>
	<button class="navbar-toggler navbar-toggler-right collapsed" type="button" data-toggle="collapse" data-target="#Navigation" aria-controls="Navigation" aria-expanded="false" aria-label="Toggle navigation"><span></span><span></span><span></span></button>
	<div class="collapse navbar-collapse" id="Navigation">
		<ul class="navbar-nav ml-auto">
			<li class="nav-item dropdown">
				<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
					Home
				</a>
				<div class="dropdown-menu" aria-labelledby="navbarDropdown">
					<a class="dropdown-item" href="index.html">Home 1</a>
					<a class="dropdown-item" href="layout_2.html">Home 2</a>
					<a class="dropdown-item" href="layout_3.html">Home 3</a>
					<a class="dropdown-item" href="layout_4.html">Home 4</a>
				</div>
			</li>
			<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
			<li class="nav-item dropdown">
				<a class="nav-link dropdown-toggle" href="service.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
					Services
				</a>
				<div class="dropdown-menu" aria-labelledby="navbarDropdown">
					<a class="dropdown-item" href="service.html">Services 1</a>
					<a class="dropdown-item" href="service_2.html">Services 2</a>
				</div>
			</li>
			<li class="nav-item"><a class="nav-link" href="portfolio.html">Portfolio</a></li>
			<li class="nav-item"><a class="nav-link" href="team.html">Team</a></li>
			<li class="nav-item dropdown">
				<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
					Pricing
				</a>
				<div class="dropdown-menu" aria-labelledby="navbarDropdown">
					<a class="dropdown-item" href="pricing.html">Pricing 1</a>
					<a class="dropdown-item" href="pricing_2.html">Pricing 2</a>
					<a class="dropdown-item" href="pricing_3.html">Pricing 3</a>
				</div>
			</li>
			<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
			<li class="nav-item"><a class="nav-link" href="contact.html">Get in Touch</a></li>
		</ul>
	</div>
</nav>

Button

<button class="subscribe_btn radial-out">Subscribe Now</button>

Source File (CSS)

	<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" />
	<!-- Bootstrap -->
	<link href="assets/css/bootstrap.css" rel="stylesheet">
	<!-- font awesome -->
	<link href="assets/css/font-awesome.css" rel="stylesheet">
	<!-- aos -->
	<link href="assets/css/aos.css" rel="stylesheet">
	<!-- owl carousel -->
	<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
	<!-- style sheet -->
	<link href="assets/css/style.css" rel="stylesheet">
	<!-- color style sheet -->
	<link id="skin-switcher-css" href="assets/css/color-1.css" rel="stylesheet">
	<!-- responsive style sheet -->
	<link href="assets/css/responsive.css" rel="stylesheet">

Source File (JS)

	<!-- jquery -->
	<script src="assets/js/jquery-3.1.0.min.js"></script>
	<!-- popper js -->
	<script src="assets/js/popper.min.js"></script>
	<!-- bootstrap js -->
	<script src="assets/js/bootstrap.min.js"></script>
	<!-- owl carousel js -->
	<script src="assets/js/owl.carousel.js"></script>
	<!-- theme Whatsapp chat -->
	<script src="assets/js/whatsappchat.js"></script>
	<!-- aos js -->
	<script src="assets/js/aos.js"></script>
	<!-- color js -->
	<script src="assets/js/change_color.js"></script>
	<!-- script js -->
	<script src="assets/js/script.js"></script>

Layout Customization

1) Home page 1 (Defult layout)

If you want to use home page 1, to add style.css and responsive.css file on html page.

shapes shapes

2) Home page 2

If you want to use Home page 2, to add style.css and responsive.css and layout_2 files on html page.

shapes shapes

3) Home page 3

If you want to use Home page 3, to add style.css and responsive.css and layout_3 files on html page.

shapes shapes

4) Home page 4

If you want to use Home page 4, to add style.css and responsive.css and layout_4 files on html page.

shapes shapes

Color Customization

There are six type of couple colors css file(in css folder)

shapescolor-1.css = if you want to use this color to add only "color-1.css" in html file with style.css, responsive.css and layout css file which you want.

shapescolor-2.css = if you want to use this color to add only "color-2.css" in html file with style.css, responsive.css and layout css file which you want.

shapescolor-3.css = if you want to use this color to add only "color-3.css" in html file with style.css, responsive.css and layout css file which you want.

shapescolor-4.css = if you want to use this color to add only "color-4.css" in html file with style.css, responsive.css and layout css file which you want.

shapescolor-5.css = if you want to use this color to add only "color-5.css" in html file with style.css, responsive.css and layout css file which you want.

shapescolor-6.css = if you want to use this color to add only "color-6.css" in html file with style.css, responsive.css and layout css file which you want.

Custom Colors

Halari theme use couple colors not gradient. you need to change only color-1.css file.

For example : you can change color red and green. to replace with #5076db and #5bc86d.

Hex Code

For example : you can change color #FF0000 and #008000. to replace with #5076db and #5bc86d.

Free Resources

  • Google Fonts
  • Font Awesome Icons
  • Owl Carousel
  • https://www.pexels.com/
  • https://www.freepik.com/

Thank You

Thank you again for download 'Halari', enjoy it and give us ratting.

shapes